home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / distortfx / shear tiles < prev    next >
Text File  |  1999-06-15  |  782b  |  46 lines

  1. Filter Factory Plugin Information:
  2.  
  3. FILENAME: GTILER1.8BF
  4.  
  5. CATEGORY: 
  6. Greg's Factory Output
  7.  
  8. TITLE:    
  9. Shear Tiles
  10.  
  11. COPYRIGHT:
  12. Copyright © 1996 Greg Schorno
  13. All Rights Reserved.
  14.  
  15. AUTHOR:   
  16. Greg Schorno
  17.  
  18. Map 0: [Map 0:]
  19. Map 1: [Map 1:]
  20. Map 2: [Map 2:]
  21. Map 3: [Map 3:]
  22.  
  23. Control 0: [Tile Width:]
  24. Control 1: [Tile Height:]
  25. Control 2: [X Offset:]
  26. Control 3: [Y Offset:]
  27. Control 4: [X Shear:]
  28. Control 5: [Y Shear:]
  29. Control 6: [X Scale:]
  30. Control 7: [Y Scale:]
  31.  
  32. R=
  33. put(((x+y*val(4,-Y/2,Y/2)/Y)* 128/val(6,1,256)+val(0,1,X)*16)%val(0,1,X)+val(2,0,X-val(0,1,X)),0),
  34. put(((y+x*val(5,-X/2,X/2)/X)* 128/val(7,1,256)+val(1,1,Y)*16)%val(1,1,Y)+val(3,0,Y-val(1,1,Y)),1),
  35. src(get(0),get(1),z)
  36.  
  37. G=
  38. src(get(0),get(1),z)
  39.  
  40. B=
  41. src(get(0),get(1),z)        
  42.  
  43. A=
  44. a
  45.  
  46.